@import url("foundation-datepicker.css");
@import url("theme.css");
html,body,pre{
	margin:0;
	font-size:14px;
	font-family:'Microsoft YaHei';
	background:#fff;
	color:#333;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,img,menu,var{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	font-size: 14px;
	font-style: normal;
}
*{
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,th{
	font-size:14px;
	font-weight:normal;
}
h6{
	font-size:12px;
	font-weight:normal;
}
i{
	font-style: normal;
}
p{
	font-size:14px;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
.float_l{float:left;}
.float_r{float:right;}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #CFCFCF;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #CFCFCF;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #CFCFCF;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #CFCFCF;
}
body{
	background: #FFFFFF;
}
.m-t-8{
	margin-top: 8px;
}
.header{
	width:100%;
	overflow: hidden;
}
.header-cont{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.heder-login{
	width: 100%;
	height: 40px;
	padding-top: 18px;
}
.heder-login ul{
	float: right;
}
.heder-login li{
	height: 15px;
	float: left;
	padding: 0 15px;
	line-height: 15px;
	border-right: 2px solid #40a0e9;
}
.heder-login li a{
	color:#0080E2;
	font-size: 14px;
}
.heder-login li:last-child{
	border: none;
}
.logo-cont{
	width: 100%;
	height: 100px;
}
.logo-img{
	padding-top: 16px;
	float:left ;
}
.logo-cont-input{
	padding-top: 26px;
	float: right;
	position: relative;
}
.logo-cont-input input{
	width: 290px;
	height: 40px;

	line-height: 40px;	border: 1px solid #d2d2d2;
	border-radius: 3px;
	outline: none;
	padding-left: 24px;
	padding-right: 52px;
}
.logo-cont-input input[placeholder]{
	color: #cfcfcf;
}
.logo-cont-input .input-icon{
	width: 50px;
	height: 40px;
	line-height: 40px;
	background: #0080e2;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 26px;
	color: #fff;
	text-align: center;
}
.logo-cont-input .input-icon img{
	width: 28px;
	margin-top: 6px;
}
.header-nav{
	width: 100%;
	height: 46px;
}
.header-nav .nav-list{
	float: left;
	height: 46px;
	/*position: relative;*/
	border-bottom: 4px solid #fff;
}

.header-nav .nav-list a{
	display: block;
	height: 16px;
	margin-bottom: 25px;
	padding: 0 35px;
	color: #737373;
	border-right: 1px solid #c6c6c6;
	cursor: pointer;
	position: relative;
}
.header-nav .nav-list:last-child a{
	border: none;
}
.header-nav .nav-list.active{
	border-bottom: 4px solid #0080E2;
}
.header-nav .nav-list.active a.active{
	color: #0080e2;
}
.header-nav .nav-list a.active:before{
	content: '';
	width: inherit;
	height:3px;
	background: #0080E2;
	position: absolute;
	top: 50px;
}
.header-nav .nav-list .nav-list-info{
	display: none;
	position: absolute;
	background: #0080E2;
	opacity: .6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 3;
}
.header-nav .nav-list .nav-list-info li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom:1px solid #fff ;
}
.header-nav .nav-list .nav-list-info li a{
	padding: 0 !important;
	border: none;
	color:#fff;
}
.header-nav .nav-list .nav-list-info li:last-child{
	border: none;
}
.header-nav .nav-list .nav-list-info li:hover a{
	color: #000;
}
.header-nav .nav-list:hover .nav-list-info{
	display: block;
}
.header-nav .nav-list.active:hover{
	border-bottom: none;
}
.banner{
	width: 100%;
	margin-bottom: 40px;
}
.banner img{
	width: 100%;
}
.content{
	width: 1200px;
	overflow:hidden ;
	margin: 0 auto;
}
.content-left-nav{
	width: 282px;
	overflow: hidden;
	margin-right: 38px;
	/* border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5; */
}
.content-left-nav .cl-nav-title{
	width: 100%;
	background: #2652B1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
}
.content-left-nav .cl-nav-title h2{
	width: 100%;
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 35px;
	left: 60px;
}
.content-left-nav .cl-nav-title h3{
	font-size: 18px;
	color: #63a6ed;
}
.content-left-nav .cl-nav-title h3 span{
	font-size: 90px;
}

.cl-nav-list>div{
	/* padding-left: 42px; */
	height: 46px;
	border-bottom: 1px solid #e5e5e5;
	/* color: #0080E2; */
}
.cl-nav-list>div img{
	width: 32px;
	position: relative;
	margin-right: 20px;
	top: 10px;
}
.cl-nav-list>div span{
	font-size: 16px;
}
.navContent{
	border-top: none!important;
	border: 1px solid #A1AECE;
}

.cl-nav-list ul li{
	height: 46px;
	line-height: 46px;
	text-align: left;
	padding-left: 34%;
	position: relative;
}
.hui-title .active{
	background: red;
}
.cl-nav-list li.active:before{
	content: '';
	width: 3px;
	height: 18px;
	background: #2652B1;
	position: absolute;
	top: 15px;
	left: 80px;
	color:#2652B1;
	border-radius: 2px;
}
.tab-menu-list div a{
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}
.tab-menu-list.active div a{
	color: #2652B1;
}

.cl-nav-list .no-title{
	color: #333333;
	position: relative;
	padding-left: 94px;
}
.cl-nav-list .no-title:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #0080E2;
	position: absolute;
	top: 28px;
	left: 56px;
}

.cl-nav-list .hui-title{
	position: relative;
	border: 1px solid #A1AECE;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #333333;
	background: #E8EFFD;
}
.cl-nav-list .tit-open{
	 color: #FFFFFF;
	 background: #2652B1;
 }
.cl-nav-list .tit-close{
	color: #333333;
	background: #E8EFFD;
}

.cl-nav-list .tit-open-one{
	color: #FFFFFF;
	background: #2652B1;
}
.cl-nav-list .tit-close-one{
	color: #333333;
	background: #E8EFFD;
}
.cl-nav-list .tit-close:after{
	content: '';
	width:10px;
	height:18px;
	background: url(./images/close.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
}
.cl-nav-list .tit-open:after{
	content: '';
	width:18px;
	height:10px;
	background: url(./images/open.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}

.cl-nav-list .have-title{
	color: #333333;
	position: relative;
	padding-left: 94px;
}

.cl-nav-list .have-title:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #ffffff;
	position: absolute;
	top: 28px;
	left: 56px;
}

.cl-nav-list .no-title.active{
	color: #0080E2;
}

.content-right{
	width: 900px;
	overflow: hidden;
}
.content-right-position{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: right;
	border-bottom: 3px solid #0080E2;
	color: #666;
}
.content-right-position img{
	width: 22px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.content-right-position a{
	margin:0 2px;
}


.cont-bottom{
	width: 100%;
	height: 40px;
}
.cont-bottom h3{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	padding-left: 300px;
	color: #666;
}
.cont-bottom h3 a{
	color: #666;
	margin-right: 20px;
	cursor: pointer;
}
/*底部*/
.footer{
	width: 100%;
	overflow: hidden;
	background: #004da4;
	color: #63a6ed;
}
.footer-cont{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-logo img{
	margin-bottom: 20px;
	padding-top: 20px
}
.footer-nav{
	width: 1200px;
	height: 42px;
	margin-bottom: 20px;
}
.footer-nav .nav-list{
	float: left;
	height: 46px;
	border-bottom: 1px solid #0963c4;
}

.footer-nav .nav-list a{
	display: block;
	height: 16px;
	margin-bottom: 25px;
	padding: 0 33px;
	color: #63a6ed;
	border-right: 1px solid #3575bf;
	cursor: pointer;
	position: relative;
}
.footer-nav .nav-list:last-child a{
	border: none;
}
.footer-cont h3{
	line-height: 30px;
}
.footer-cont h3 span{
	margin-left: 10px;
	margin-right: 70px;
}


/*弹窗*/
.bg{
	display: none;
	/*width: 100%;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background:#000;
	opacity: .1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);

}
.popup-cont{
	width: 90%;
	overflow:hidden;
	position: fixed;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-left: 30px;
}

.popup-cont-info{
	width: 100%;
	min-height: 300px;
	max-height: 600px;
	margin: 0 auto;
	background: #f7f7f7;
	overflow-y: hidden;
	border-radius: 6px;
	position:relative ;

}
.popup-cont-title{
	width: 100%;
	height: 50px;
	color: #fff;
	padding:0 26px;
	line-height: 50px;
	background: #0080e2;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
	z-index:100
}
.popup-cont-title h3{
	font-size: 16px;
	float: left;
}
.popup-cont-title img{
	float: right;
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
	cursor:pointer;
}
.pci-info{
	width: 100%;
	min-height: 160px;
	overflow: hidden;
	padding: 10px 20px;
}
.pci-info p{
	white-space:normal ;
	word-break: break-all;
}
.pci-button{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	background: #f7f7f7;
}
.pci-button a{
	display: inline-block;
	width: 150px;
	height: 46px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 46px;
	cursor: pointer;
}
.pci-button-cancel{
	border: 1px solid #0080E2;
	margin-right: 50px;
	color: #0080E2;
}
.pci-button-confirm{
	background: #0080E2;
	color: #fff;
}
.pci-button-cancel:hover{
	color: #0080E2;
}
.pci-button-confirm:hover{
	color: #fff;
}
.delect-cont-info{
	width: 300px !important;
}
.delect-cont a{
	width: 100px;
	height: 40px;
	line-height: 40px;
}
.delect-cont-info .popup-cont-title{
	width: 300px !important;
}

.ieditor-out-div{
	margin: auto;
	width: 90%;
	margin-top: 30px
}

.ieditor-cont{
	width: 100%;
	margin: auto;
}
.foot_page{
	padding-top: 20px
}

.long_text{word-wrap: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 100px;}

.expand {
    float: right;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
    content: '';
    background: url(.././img/fullscreen-expand.png) no-repeat;
    background-size: 100% 100%;
}
.reduce {
    float: right;
    margin-top: 12px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
    content: '';
    background: url(.././img/fullscreen-reduce.png) no-repeat;
    background-size: 100% 100%;
 }